dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlDecimal Structure / SqlDecimal Constructor / SqlDecimal Constructor(Byte,Byte,Boolean,Int32[])

In This Topic
    SqlDecimal Constructor(Byte,Byte,Boolean,Int32[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal bPrecision As Byte, _
       ByVal bScale As Byte, _
       ByVal fPositive As Boolean, _
       ByVal bits() As Integer _
    )
    public SqlDecimal( 
       byte bPrecision,
       byte bScale,
       bool fPositive,
       int[] bits
    )

    Parameters

    bPrecision
    bScale
    fPositive
    bits
    See Also